func runtime.goparkunlock
11 uses
runtime (current package)
mgc.go#L559: goparkunlock(&work.sweepWaiters.lock, waitReasonWaitForGCCycle, traceBlockUntilGCEnds, 1)
mgcmark.go#L737: goparkunlock(&work.assistQueue.lock, waitReasonGCAssistWait, traceBlockGCMarkAssist, 2)
mgcscavenge.go#L425: goparkunlock(&s.lock, waitReasonGCScavengeWait, traceBlockSystemGoroutine, 2)
mgcscavenge.go#L504: goparkunlock(&s.lock, waitReasonSleep, traceBlockSleep, 2)
mgcsweep.go#L277: goparkunlock(&sweep.lock, waitReasonGCSweepWait, traceBlockGCSweep, 1)
mgcsweep.go#L317: goparkunlock(&sweep.lock, waitReasonGCSweepWait, traceBlockGCSweep, 1)
mheap.go#L2119: goparkunlock(&work.strongFromWeak.lock, waitReasonGCWeakToStrongWait, traceBlockGCWeakToStrongWait, 2)
proc.go#L337: goparkunlock(&forcegc.lock, waitReasonForceGCIdle, traceBlockSystemGoroutine, 1)
proc.go#L429: func goparkunlock(lock *mutex, reason waitReason, traceReason traceBlockReason, traceskip int) {
sema.go#L178: goparkunlock(&root.lock, reason, traceBlockSync, 4+skipframes)
sema.go#L587: goparkunlock(&l.lock, waitReasonSyncCondWait, traceBlockCondWait, 3)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |